From: Richard M. Stallman Date: Sat, 5 May 2001 22:30:00 +0000 (+0000) Subject: (dabbrev-select-buffers-function): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40465 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ce415929747fade9a7212ec809ecb64176495435;p=emacs.git (dabbrev-select-buffers-function): Doc fix. --- diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 297ad595883..38c3a19b5ac 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -241,8 +241,8 @@ The default value is t." (defvar dabbrev-select-buffers-function 'dabbrev--select-buffers "A function that selects buffers that should be searched by dabbrev. The function should take no arguments and return a list of buffers to -search for expansions. Have a look at `dabbrev--select-buffers' for -an example. +search for expansions. See the source of `dabbrev--select-buffers' +for an example. A mode setting this variable should make it buffer local.")